home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / perl_419.zoo / perl / osexample.pl < prev    next >
Encoding:
Text File  |  1991-11-18  |  152 b   |  6 lines

  1. require 'osbind.pl';
  2.  
  3.  &Cconws("Hello World\r\n");
  4.  $str = "This is a string being printed by Fwrite Gemdos trap\r\n";
  5.  &Fwrite(1, length($str), $str);
  6.